@charset "utf-8";

/*-----------------------------------------------
	common
-----------------------------------------------*/
body {
	position: relative;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}
.wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.sp { display: none; }

/*-----( cmn__btn )-----*/
.cmn__btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 240px;
  max-width: 100%;
  height: 60px;
  border: 2px solid #BD1828;
  background: #fff;
  color: #BD1828;
  text-decoration: none;
  font-weight: 700;
}
.cmn__btn-01::before,
.cmn__btn-01::after {
  position: absolute;
  content: "";
  display: block;
}
.cmn__btn-01::before {
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #BD1828;
}
.cmn__btn-01::after {
  top: 0;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 13px;
  margin: auto 0;
  background: url(../img/common/arw_01.svg) left top / cover no-repeat;
}
.cmn__btn-01.ex-sign::after {
  right: 20px;
  width: 13px;
  height: 13px;
  background: url(../img/common/icon_ex_02.svg) left top / cover no-repeat;
}
.cmn__btn-01.pdf-sign::after {
  right: 20px;
  width: 13px;
  height: 16px;
  background: url(../img/common/icon_pdf.svg) left top / cover no-repeat;
}

.cmn__btn-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 240px;
  max-width: 100%;
  height: 60px;
  border: 2px solid #006428;
  background: #fff;
  color: #006428;
  text-decoration: none;
  font-weight: 700;
}
.cmn__btn-02::before,
.cmn__btn-02::after {
  position: absolute;
  content: "";
  display: block;
}
.cmn__btn-02::before {
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #006428;
}
.cmn__btn-02::after {
  top: 0;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 13px;
  margin: auto 0;
  background: url(../img/common/arw_12.svg) left top / cover no-repeat;
}
.cmn__btn-01.ex-sign::after {
  right: 20px;
  width: 13px;
  height: 13px;
  background: url(../img/common/icon_ex_04.svg) left top / cover no-repeat;
}
.cmn__btn-01.pdf-sign::after {
  right: 20px;
  width: 13px;
  height: 16px;
  background: url(../img/common/icon_pdf_02.svg) left top / cover no-repeat;
}
.cmn-head-01__tag {
  display: inline-block;
  padding: 4px 27px 4px;
  background: #006428;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
}
.cmn-head-01__ttl {
  padding: 10px 0 13px;
  border-bottom: 2px solid #006428;
  color: #006428;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
}
.cmn-head-02 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 0 0 40px;
  background: #3C1A1A;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
}
.link__pdf-01 {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
.link__pdf-01::before,
.link__pdf-01::after {
  content: "";
  display: inline-block;
}
.link__pdf-01::before {
  width: 15px;
  height: 15px;
  margin-right: 11px;
  background: url(../img/common/arw_06.svg) left top / cover no-repeat;
}
.link__pdf-01::after {
  width: 13px;
  height: 16px;
  margin-left: 10px;
  background: url(../img/common/icon_pdf.svg) left top / cover no-repeat;
}
@media (hover: hover) {
  .cmn__btn-01:hover {
    background: #BD1828;
    color: #fff;
  }
  .cmn__btn-01:hover::before {
    background: #fff;
  }
  .cmn__btn-01:hover::after {
    background: url(../img/common/arw_02.svg) left top / cover no-repeat;
  }
  .cmn__btn-01:hover.ex-sign::after {
    background: url(../img/common/icon_ex_03.svg) left top / cover no-repeat;
  }
  .cmn__btn-01:hover.pdf-sign::after {
    background: url(../img/common/icon_pdf_ro.svg) left top / cover no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .pc { display: none; }
  .sp { display: block; }
  .cmn__btn-01 {
    width: 260px;
  }
  .cmn-head-01__tag {
    padding: 2px 18px 2px;
    border-radius: 14px;
  }
  .cmn-head-01__ttl {
    padding: 10px 0 13px;
    font-size: 18px;
  }
  .cmn-head-02 {
    height: 48px;
    padding: 0 12px 0 12px;
    font-size: 16px;
  }
  .cmn-head-03 {
    height: 32px;
    padding: 0 12px 0 12px;
    font-size: 14px;
  }
}

@media (hover: hover) {
  a.op:hover, .op a:hover, button.op:hover {
    cursor: pointer;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  .op:hover[aria-disabled=true], .op:hover[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=100);
    opacity: 1;
	}
}

/*-----------------------------------------------
	header
-----------------------------------------------*/
/*-----( ex-header )-----*/
.ex-header {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 93.75%;
  max-width: 1500px;
  height: 80px;
  margin: 0 auto;
  padding: 0 4% 0 2.6%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.ex-header__logo {
  display: block;
  width: 247px;
}
.ex-header-nav {
  display: flex;
  align-items: center;
}
.ex-header-nav li + li {
  margin-left: 40px;
}
.ex-header-nav a {
  color: #006428;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.ex-header-nav li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  border-radius: 20px;
  background: #006428;
  color: #fff;
}
@media (hover: hover) {
  .ex-header-nav li:last-child a:hover {
    border: 2px solid #006428;
    background: #fff;
    color: #006428;
  }
}

@media only screen and (max-width: 1279px) {
  .ex-header__logo {
    width: 200px;
    margin: 0 28px 0 0;
  }
  .ex-header-nav li + li {
    margin-left: 28px;
  }
  .ex-header-nav a {
    font-size: 14px;
  }
  .ex-header-nav li:last-child a {
    width: 160px;
    height: 32px;
    border-radius: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .ex-header {
    padding: 0 2% 0 2%;
  }
  .ex-header__logo {
    margin: 0 18px 0 0;
  }
  .ex-header-nav li + li {
    margin-left: 18px;
  }
  .ex-header-nav a {
    font-size: 12px;
  }
  .ex-header-nav li:last-child a {
    width: 140px;
    height: 28px;
    border-radius: 14px;
  }
}

@media only screen and (max-width: 880px) {
  .ex-header__logo {
    width: 160px;
    margin: 0 14px 0 0;
  }
  .ex-header-nav li + li {
    margin-left: 14px;
  }
  .ex-header-nav li:last-child a {
    width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .ex-header {
    display: none;
  }
}

/*-----( sp-header )-----*/
.sp-header {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
  }
  .sp-header__logo {
    display: block;
    width: 45%;
    padding: 12px 0 0;
    margin: 0 0 0 5%;
  }
  /*-----( sp-header__btn )-----*/
  .sp-header__btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15;
    width: 50px;
    height: 50px;
    background: #006428;
  }
  .sp-header__btn-inner {
    position: relative;
    top: calc(50% - 17px);
    left: 50%;
    display: block;
    width: 24px;
    height: 17px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .sp-header__btn,
  .sp-header__btn-inner span {
    display: inline-block;
    transition: .4s;
    box-sizing: border-box;
  }
  .sp-header__btn-inner span {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 1.5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sp-header__btn-inner span:nth-of-type(1) {
    top: 0;
  }
  .sp-header__btn-inner span:nth-of-type(2) {
    top: 7px;
    width: 16px;
    margin-left: -4px;
  }
  .sp-header__btn-inner span:nth-of-type(3) {
    bottom: 1px;
  }
  .menu-opened .sp-header__btn-inner span {
    background-color: #fff;
  }
  .menu-opened .sp-header__btn-inner span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) translateX(-50%) rotate(-45deg);
    top: -4px;
  }
  .menu-opened .sp-header__btn-inner span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-opened .sp-header__btn-inner span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) translateX(-50%) rotate(45deg);
    bottom: -1px;
  }
}

/*-----( sp-menu )-----*/
.sp-menu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    overflow: scroll;
    width: 100%;
    height: 100%;
    padding: 0 0 40px;
    background: #006428;
  }
  .sp-menu__logo {
    width: 266px;
    margin: 0 auto;
    padding: 54px 0 39px;
  }
  .sp-nav li {
    border-bottom: 1px solid #fff;
  }
  .sp-nav li:first-child {
    border-top: 1px solid #fff;
  }
  .sp-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 59px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
  }
  .ex-sp-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 39px 0 0;
  }
  .ex-sp-nav li {
    margin-bottom: 10px;
  }
  .ex-sp-nav li:nth-child(odd) {
    width: 55%;
  }
  .ex-sp-nav li:nth-child(even) {
    width: 45%;
  }
  .ex-sp-nav a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
  }
  .ex-sp-nav a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 11px 0 0;
    background: url(../img/common/arw_03.svg) left top / cover no-repeat;
  }
}

/*-----( main-nav )-----*/
.main-nav {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 120px;
  background: #006428;
}
.main-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.main-nav ul {
  display: flex;
  justify-content: center;
  height: 100%;
}
.main-nav li {
  width: 176px;
  height: 100%;
}
.main-nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.main-nav a::before {
  content: "";
  display: block;
  margin-bottom: 24px;
}
.main-nav li:nth-child(1) a::before {
  width: 35px;
  height: 39px;
  background: url(../img/common/icon_nav_01.svg) left top / cover no-repeat;
}
.main-nav li:nth-child(2) a::before {
  width: 65px;
  height: 38px;
  background: url(../img/common/icon_nav_02.svg) left top / cover no-repeat;
}
.main-nav li:nth-child(3) a::before {
  width: 54px;
  height: 38px;
  background: url(../img/common/icon_nav_03.svg) left top / cover no-repeat;
}
.main-nav li:nth-child(4) a::before {
  width: 35px;
  height: 38px;
  background: url(../img/common/icon_nav_04.svg) left top / cover no-repeat;
}
.main-nav li:nth-child(5) a::before {
  width: 76px;
  height: 38px;
  background: url(../img/common/icon_nav_05.svg) left top / cover no-repeat;
}
.main-nav li:nth-child(6) a::before {
  width: 37px;
  height: 38px;
  background: url(../img/common/icon_nav_06.svg) left top / cover no-repeat;
}
.main-nav li:nth-child(7) a::before {
  width: 38px;
  height: 38px;
  background: url(../img/common/icon_nav_07.svg) left top / cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .main-nav {
    height: 196px;
  }
  .main-nav ul {
    flex-wrap: wrap;
  }
  .main-nav li {
    width: 25%;
    height: 98px;
  }
  .main-nav a {
    font-size: 12px;
  }
  .main-nav a::before {
    margin-bottom: 14px;
  }
  .main-nav li:nth-child(1) a::before {
    width: 30px;
    height: 33px;
    margin-bottom: 10px;
  }
  .main-nav li:nth-child(2) a::before {
    width: 52px;
    height: 30px;
    margin-bottom: 11px;
  }
  .main-nav li:nth-child(3) a::before {
    width: 42px;
    height: 30px;
    margin-bottom: 11px;
  }
  .main-nav li:nth-child(4) a::before {
    width: 33px;
    height: 36px;
    margin-bottom: 6px;
  }
  .main-nav li:nth-child(5) a::before {
    width: 56px;
    height: 27.5px;
    margin-bottom: 17px;
  }
  .main-nav li:nth-child(6) a::before {
    width: 35px;
    height: 37px;
    margin-bottom: 7px;
  }
  .main-nav li:nth-child(7) a::before {
    width: 35px;
    height: 35px;
    margin-bottom: 9px;
  }
}

/*-----( sub-hero )-----*/
.sub-hero-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 113px 0 0;
  text-align: center;
}
.sub-hero__eng {
  margin: 0 auto 16px;
  height: 36px;
}
.sub-hero__eng img {
  width: auto;
  height: 100%;
}
.sub-hero__ttl {
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .sub-hero-frame {
    height: 260px;
    padding: 60px 0 0;
  }
  .sub-hero__eng {
    margin: 0 auto 10px;
    height: 24px;
  }
}

/*-----------------------------------------------
  main
-----------------------------------------------*/
/*-----( breadcrumb )-----*/
.breadcrumb {
  padding: 40px 0 100px;
}
.breadcrumb ol {
  display: flex;
}
.breadcrumb a {
  color: #989898;
  font-size: 16px;
  text-decoration: none;
}
.breadcrumb li:last-child a {
  color: #3E3A3A;
}
@media (hover: hover) {
  .breadcrumb a:hover {
    cursor: pointer;
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}
.breadcrumb li + li::before {
  content: "＞";
  margin: 0 13px 0 17px;
  color: #989898;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

/*-----( cmn-over-bg )-----*/
.cmn-over-bg {
  width: 95%;
  max-width: 1520px;
  margin: 0 auto;
  background: #F8F7F2;
}
.cmn-over-bg.rect {
  background: url(../img/guide/bg_index_floor.svg) left top / 100% auto repeat-y;
}

@media only screen and (max-width: 1286px) {
  .cmn-over-bg .wrapper {
    width: 94.737%;
  }
}

@media only screen and (max-width: 767px) {
  .cmn-over-bg {
    width: 100%;
  }
  .cmn-over-bg.rect {
    background: none;
  }
  .cmn-over-bg .wrapper {
    width: 90%;
  }
}

/*-----( page__ttl )-----*/
.page__ttl {
  color: #006428;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .page__ttl {
    font-size: 22px;
  }
  .main > section > .page__ttl {
    padding-top: 60px;
  }
}

/*-----( cmn-covid )-----*/
.cmn-covid {
  display: flex;
  padding: 60px 9%;
  background: #F8F7F2;
}
.cmn-covid-head {
  flex-shrink: 0;
  width: 194px;
  margin: 0 9.5% 0 0;
  text-align: center;
}
.cmn-covid__ttl {
  margin: 0 0 27px;
  font-size: 16px;
  line-height: 1.8;
  white-space: nowrap;
  font-weight: 500;
}
.cmn-covid-head img {
  width: 133px;
}
.cmn-covid-body li {
  display: flex;
  align-items: center;
}
.cmn-covid-body li + li {
  margin-top: 20px;
}
.cmn-covid-body li span {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  margin: 0 20px 0 0;
  background: #006428;
  border-radius: 15px;
  color: #fff;
  font-weight: 500;
}
.cmn-covid-body li p {
  font-size: 16px;
  font-weight: 500;
}
.cmn-covid-body .cmn__btn-01 {
  width: 364px;
  max-width: 100%;
  margin: 40px 0 0 -12px;
}

@media only screen and (max-width: 767px) {
  .cmn-covid {
    display: block;
    padding: 40px 5%;
  }
  .cmn-covid-head {
    margin: 0 auto 32px;
  }
  .cmn-covid__ttl {
    margin: 0 0 17px;
  }
  .cmn-covid-body li {
    display: block;
    text-align: center;
  }
  .cmn-covid-body li + li {
    margin-top: 26px;
  }
  .cmn-covid-body li span {
    width: 68px;
    height: 26px;
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .cmn-covid-body li p {
    font-size: 14px;
  }
  .cmn-covid-body .cmn__btn-01 {
    width: 100%;
    margin: 40px auto 0;
    font-size: 12px;
  }
}
@media only screen and (max-width: 374px) {
  .cmn-covid-body .cmn__btn-01 {
    font-size: 10px;
  }
}

/*-----( cmn-table-01 )-----*/
.cmn-table-01 {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.cmn-table-01 thead th {
  height: 62px;
  background: #006428;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.cmn-table-01 tbody th,
.cmn-table-01 tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #006428;
  border-top: none;
  font-size: 18px;
  font-weight: 700;
}
.cmn-table-01 tbody th {
  width: 58%;
  padding-left: 5%;
  text-align: left;
}
.cmn-table-01 .note {
  font-size: 14px;
  font-weight: 500;
}
.cmn-table-01 tbody td {
  text-align: center;
}
.cmn-table-01__note {
  margin-top: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .cmn-table-01 thead th {
    height: 30px;
    font-size: 14px;
  }
  .cmn-table-01 tbody th,
  .cmn-table-01 tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 2%;
    font-size: 14px;
  }
  .cmn-table-01 tbody th {
    padding-left: 3%;
  }
  .cmn-table-01 .note {
    font-size: 12px;
  }
  .cmn-table-01__note {
    margin-top: 12px;
  }
}

/*-----( cmn-note-list-01 )-----*/
.cmn-note-list-01 {
  padding: 40px 5.4%;
  background: #F8F7F2;
}
.cmn-note-list-01 li {
  display: flex;
  font-size: 16px;
  font-weight: 700;
}
.cmn-note-list-01 li + li {
  margin-top: 19px;
}
.cmn-note-list-01 li::before {
  content: "●";
  margin: 5px 10px 0 0;
  color: #006428;
  font-size: 10px;
}
.cmn-note-list-01 li span span {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .cmn-note-list-01 {
    padding: 28px 5%;
  }
  .cmn-note-list-01 li {
    font-size: 14px;
  }
  .cmn-note-list-01 li + li {
    margin-top: 14px;
  }
  .cmn-note-list-01 li::before {
    margin: 3px 7px 0 0;
  }
}

/*-----( cmn-box-01 )-----*/
.cmn-box-01 {
  padding: 60px 11%;
  background: #F8F7F2;
}
.cmn-box-01__txt {
  margin: 31px auto 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .cmn-box-01 {
    padding: 40px 5% 40px;
  }
  .cmn-box-01__txt {
    margin: 18px auto 20px;
    font-size: 14px;
  }
}

/*-----( cmn-contact-box )-----*/
.cmn-contact-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 53px 7.4% 62px;
  background: #F8F7F2;
}
.cmn-contact-info {
  width: 50%;
  border-right: 1px solid #C4C4C4;
}
.cmn-contact-info__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.cmn-contact-info-dl {
  display: flex;
  align-items: center;
  margin: 23px 0 0;
}
.cmn-contact-info-dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 80px;
  height: 30px;
  margin: 0 20px 0 0;
  border-radius: 15px;
  background: #006428;
  color: #fff;
  font-weight: 500;
}
.cmn-contact-info-dl dd {
  font-size: 16px;
  font-weight: 500;
}
.cmn-contact-info-dl dd + dt {
  margin-left: 40px;
}
.cmn-contact-num {
  width: 50%;
  padding-left: 11%;
}
.cmn-contact-num__txt {
  display: block;
  color: #006428;
  text-decoration: none;
  font-size: 36px;
  font-weight: 700;
}
.cmn-contact-num__txt + .cmn-contact-num__txt {
  margin-top: 10px;
}

@media only screen and (max-width: 1089px) {
  .cmn-contact-info {
    padding-right: 5%;
  }
  .cmn-contact-info-dl {
    flex-wrap: wrap;
  }
  .cmn-contact-info-dl dt {
    margin: 0 10px 0 0;
  }
  .cmn-contact-info-dl dd + dt {
    margin-left: 0;
  }
  .cmn-contact-info-dl dt,
  .cmn-contact-info-dl dd {
    margin-bottom: 10px;
  }
  .cmn-contact-info-dl dd {
    width: calc(100% - 90px);
  }
  .cmn-contact-num {
    text-align: center;
    padding-left: 0;
  }
}

@media only screen and (max-width: 869px) {
  .contact-num__txt {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .cmn-contact-box {
    display: block;
    padding: 30px 5% 30px;
  }
  .cmn-contact-info {
    width: 100%;
    border-right: none;
  }
  .cmn-contact-num {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
  .cmn-contact-num__txt {
    font-size: 20px;
  }
}

/*-----( plan )-----*/
.plan .wrapper {
	padding: 20px 0;
	background: #fff;
}
.plan-frame {
	width: 96%;
	margin: 0 auto;
	border: 2px solid ;
}
.plan-nav {
  display: flex;
  justify-content: center;
  /*flex-wrap: wrap;*/
	padding: 0 0 30px;
}
.plan-nav li {
  width: 28.3%;
  margin: 0 1.41% 30px;
}
.plan-nav a {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 71.33333%;
}
.plan-nav__txt,
.plan-nav__ro,
.plan-nav__img {
  position: absolute;
  top: 0;
  left: 0;
}
.plan-nav__txt,
.plan-nav__ro {
  z-index: 2;
}
.plan-nav__ro,
.plan-nav__sp {
  display: none;
}
.plan-nav__img {
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
.plan-nav__img {
	transition: all .4s ease-out;
}
@media (hover: hover) {
  .plan-nav a:hover .plan-nav__txt {
    display: none;
  }
  .plan-nav a:hover .plan-nav__ro {
    display: block;
  }
	.plan-nav a:hover .plan-nav__img {
		transform: scale(1.1);
	}
}

@media only screen and (max-width: 767px) {
  .plan-frame {
    width: 100%;
  }
  .plan-nav {
    display: block;
    padding: 0 0 20px;
  }
  .plan-nav li {
    width: 90%;
    margin: 0 auto 20px;
  }
  .plan-nav a {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .plan-nav__txt,
  .plan-nav__ro,
  .plan-nav__img {
    display: none;
  }
  .plan-nav__sp {
    display: block;
  }
}

/*-----( tq )-----*/
.tq {
  display: flex;
  justify-content: center;
  margin: 120px auto 100px;
}
.tq a {
  position: relative;
  display: block;
  width: 47.27%;
  height: 0;
  padding-top: 12.72%;
  overflow: hidden;
}
.tq__txt,
.tq__ro {
  position: absolute;
  top: 0;
  left: 0;
}
.tq__ro,
.tq__sp {
  display: none;
}
@media (hover: hover) {
  .tq a:hover .tq__txt {
    display: none;
  }
  .tq a:hover .tq__ro {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .tq {
    display: block;
    margin: 80px auto;
  }
  .tq a {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .tq a + a {
    margin-top: 40px;
  }
  .tq__txt {
    display: none;
  }
  .tq__sp {
    display: block;
  }
}

/*-----------------------------------------------
  footer
-----------------------------------------------*/
.sns-nav {
  display: flex;
  justify-content: center;
}
.footer .sns-nav {
  margin-bottom: 60px;
}
.sns-nav li {
  width: 60px;
  margin: 0 20px;
}
.footer {
  position: relative;
  overflow: hidden;
}
.footer-bg {
  background:#3C1A1A;
  color: #FFFFFF;
}
.footer-bg a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-main,
.footer-btm {
  display: flex;
  justify-content: space-between;
}
.footer-main {
  padding: 0 0 72px;
}
.footer__logo {
  display: block;
  width: 221px;
}
.footer-head {
  padding: 100px 0 0;
}
.footer-head p {
  margin: 28px 0 0;
  line-height: 1.8;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  width: 50.2%;
  padding: 77px 0 0;
}
.footer-nav ul:last-child {
  margin-left: 4%;
}
.footer-nav li {
  display: flex;
}
.footer-nav li + li {
  margin-top: 19px;
}
.footer-nav li::before {
  content: "ー";
  margin: 0 7px 0 0;
}
.footer-nav .ex-sign {
  display: flex;
}
.footer-nav .ex-sign::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  margin: 4px 0 0 10px;
  background: url(../img/common/icon_ex_01.svg) left top / cover no-repeat;
}
.copyright {
  font-size: 12px;
}
.footer-btm {
  padding: 0 0 20px;
}
.footer-btm-nav {
  display: flex;
  font-size: 12px;
}
.footer-btm-nav li + li::before {
  content: "|";
  margin: 0 10px 0 10px;
}
.ticket__btn {
  position: fixed;
  right: -30px;
  bottom: 30px;
  display: block;
  width: 280px;
  z-index: 8;
}
.ex-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}
.ex-modal-box {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1100px;
  padding: 60px 4%;
  background: #F8F7F2;
}
.ex-modal__ttl {
  color: #006428;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 40px;
}
.ex-modal__txt {
  display: flex;
  width: 310px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}
.ex-modal__txt + .ex-modal__txt {
  margin-top: 10px;
}
.ex-modal__txt::before {
  flex-shrink: 0;
  content: "・";
}
.ex-modal__go {
  margin: 40px auto 0;
}
.ex-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .sns-nav li {
    width: 46px;
    margin: 0 10px;
  }
  .footer-bg .wrapper {
    width: 100%;
  }
  .footer-main {
    display: block;
  }
  .footer-main {
    padding: 0 0 40px;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer-head {
    padding: 39px 0 0;
  }
  .footer-head p {
    margin: 18px 0 0;
    text-align: center;
  }
  .footer-nav {
    display: block;
    width: 100%;
    padding: 36px 0 0;
  }
  .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-nav ul:last-child {
    margin-left: 0;
  }
  .footer-nav li {
    border-bottom: 1px solid #FFFFFF;
  }
  .footer-nav li + li {
    margin-top: 0;
  }
  .footer-nav ul:first-child li:first-child {
    border-top: 1px solid #FFFFFF;
  }
  .footer-nav ul:first-child li {
    width: 50%;
  }
  .footer-nav ul:first-child li:nth-child(3),
  .footer-nav ul:first-child li:nth-child(5),
  .footer-nav ul:first-child li:nth-child(7) {
    border-left: 1px solid #FFFFFF;
  }
  .footer-nav ul:first-child li:first-child,
  .footer-nav ul:last-child li {
    width: 100%;
  }
  .footer-nav li::before {
    display: none;
    margin: 0;
  }
  .footer-nav a {
    display: block;
    width: 100%;
    padding: 16px 2% 17px 10%;
  }
  .footer-nav ul:first-child li:first-child a,
  .footer-nav ul:last-child li a {
    padding: 16px 5% 17px;
  }
  .footer-btm {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 40px;
  }
  .footer-btm-nav {
    margin: 0 auto 28px;
  }
  .ticket__btn {
    right: -20px;
    bottom: 10px;
    width: 180px;
  }
  .ticket__btn.disabled {
    display: none;
  }
  .ex-modal-box {
    padding: 30px 4%;
  }
  .ex-modal__ttl {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .ex-modal__txt {
    font-size: 14px;
  }
  .ex-modal__go {
    margin: 24px auto 0;
  }
}
/*-----( en-rooms )-----*/
.en-rooms .page__ttl {
  margin-bottom: 59px;
}
.en-rooms .room .cmn-head-01__ttl {
  padding: 9px 0 12px;
  letter-spacing: -0.01em;
}
.en-rooms .room .cmn-head-01__ttl span:nth-of-type(1) {
  margin: -10px 16px 0 0;
}
.en-rooms .cmn__btn-01 {
  margin: 56px auto 0;
  width: 340px;
}

@media only screen and (max-width: 767px) {
  .main .en-rooms > .page__ttl {
    padding-top: 0;
    margin-bottom: 50px;
  }
  .en-rooms .room .cmn-head-01__ttl {
    padding: 0 0 12px;
  }
  .en-rooms .room .cmn-head-01__ttl span:nth-of-type(1) {
    margin: -3px 8px 0 0;
  }
}

.bnr_area {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .bnr_area {
    padding-top: 80px;
    padding-bottom: 0;
  }
} 